Package-level declarations

Types

Link copied to clipboard
open class BiMultiMap<K> : HashMap<K, V>
Extension of HashMap that provides two main features.
Link copied to clipboard
A GeoJsonFeature has a geometry, bounding box, id and set of properties.
Link copied to clipboard
A GeoJsonGeometryCollection geometry contains a number of GeoJson Geometry objects.
Link copied to clipboard
open class GeoJsonLayer : Layer
A class that allows the developer to import GeoJSON data, style it and interact with the imported data.
Link copied to clipboard
A GeoJsonLineString geometry represents a number of connected s.
Link copied to clipboard
open class GeoJsonLineStringStyle : Style, GeoJsonStyle
A class that allows for GeoJsonLineString objects to be styled and for these styles to be translated into a PolylineOptions object.
Link copied to clipboard
A GeoJsonMultiLineString geometry contains a number of GeoJsonLineStrings.
Link copied to clipboard
A GeoJsonMultiPoint geometry contains a number of GeoJsonPoints.
Link copied to clipboard
A GeoJsonMultiPolygon geometry contains a number of GeoJsonPolygons.
Link copied to clipboard
open class GeoJsonParser
Parses a JSONObject and places data into their appropriate GeoJsonFeature objects.
Link copied to clipboard
open class GeoJsonPoint : Point
A GeoJsonPoint geometry contains a single com.google.android.gms.maps.model.LatLng.
Link copied to clipboard
open class GeoJsonPointStyle : Style, GeoJsonStyle
A class that allows for GeoJsonPoint objects to be styled and for these styles to be translated into a MarkerOptions object.
Link copied to clipboard
A GeoJsonPolygon geometry contains an array of arrays of com.google.android.gms.maps.model.LatLngs.
Link copied to clipboard
open class GeoJsonPolygonStyle : Style, GeoJsonStyle
A class that allows for GeoJsonPolygon objects to be styled and for these styles to be translated into a PolygonOptions object.
Link copied to clipboard
Renders GeoJsonFeature objects onto the GoogleMap as Marker, Polyline and Polygon objects.